Move a note around
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 14 Jun 2007 04:13:14 +0000 (04:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 14 Jun 2007 04:13:14 +0000 (04:13 +0000)
svn path=/trunk/; revision=18129

ChangeLog
NEWS
README.in

index ef53c73b20f07da888a466c5fcaece84165b00e4..f941f2aa134006a902e1abb1dfb1383f0ff29558 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS, README.in: Move the combobox note to the README,
+       where it seems more appropriate.
+
 2007-06-13  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkwidget.c (gtk_widget_modify_cursor): Improve docs.
diff --git a/NEWS b/NEWS
index f53a6f588f1efe0984fe2f6ee325ee7701863ac6..b06b69651a78e327e6c8d6437e4f51d4eeeafbd8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,10 @@
 Overview of Changes from GTK+ 2.11.2 to 2.11.3
 ==============================================
 
-* GtkComboBox:
- - Removed an unused and hardly visible GtkFrame from the menu widget hierarchy
-   when GtkComboBox::appears-as-list style property is set. Any RC file
-   applying a different style to any widget below the widget path
-   "gtk-combobox-popup-window.GtkFrame" should take into account that the frame
-   no longer exists.
-
 * Bugs fixed:
  444310 update_buttons_state on a bare assistant causes gtk+ to crash
 
+
 Overview of Changes from GTK+ 2.11.1 to 2.11.2
 ==============================================
 
index 142f8c95fc1e1754a4a6b3b7793976f8ca5bb304..723b917d73e2083d66ab92ed655028d74575ee5b 100644 (file)
--- a/README.in
+++ b/README.in
@@ -67,6 +67,12 @@ Release notes for 2.12
   has been taken to make sure that all code using this signal continues
   to work.
 
+* Removed an unused and hardly visible GtkFrame from the menu widget hierarchy
+  when GtkComboBox::appears-as-list style property is set. Any RC file
+  applying a different style to any widget below the widget path
+  "gtk-combobox-popup-window.GtkFrame" should take into account that the 
+  frame no longer exists.
+
 
 Release notes for 2.10
 ======================